From: Keir Fraser Date: Wed, 7 May 2008 08:15:49 +0000 (+0100) Subject: x86 shadow: Fix typo in a code comment. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4d371333de3222e758742e9f97b14391a7ccd48a;p=xen.git x86 shadow: Fix typo in a code comment. Signed-off-by: Samuel Thibault --- diff --git a/xen/arch/x86/mm/shadow/common.c b/xen/arch/x86/mm/shadow/common.c index 81e9111056..ba287bf78c 100644 --- a/xen/arch/x86/mm/shadow/common.c +++ b/xen/arch/x86/mm/shadow/common.c @@ -2327,7 +2327,7 @@ static void sh_update_paging_modes(struct vcpu *v) current->domain->domain_id, current->vcpu_id, v->domain->domain_id, v->vcpu_id); /* It's not safe to do that because we can't change - * the host CR£ for a running domain */ + * the host CR3 for a running domain */ domain_crash(v->domain); return; }